It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2024-12-19 0 3 // 1 2024-12-20 0 9 // 2 2024-12-21 0 3 // 3 2024-12-22 4 6 // 4 2024-12-23 0 4 // 5 2024-12-24 0 5 // 6 2024-12-25 0 2 // 7 2024-12-26 0 1 // 8 2024-12-27 0 7 // 9 2024-12-28 0 1 // 10 2024-12-29 0 1 // 11 2024-12-30 0 2 // 12 2024-12-31 0 0 // 13 2025-01-01 0 1 // 14 2025-01-02 0 0 // 15 2025-01-03 0 5 // 16 2025-01-04 0 11 // 17 2025-01-05 0 6 // 18 2025-01-06 0 4 // 19 2025-01-07 0 1 // 20 2025-01-08 0 1